home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / Xt / XtErrorMsg.z / XtErrorMsg
Encoding:
Text File  |  1998-10-30  |  4.0 KB  |  133 lines

  1.  
  2.  
  3.  
  4.      XXXXttttEEEErrrrrrrroooorrrrMMMMssssgggg((((3333XXXXtttt))))    XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....3333))))     XXXXttttEEEErrrrrrrroooorrrrMMMMssssgggg((((3333XXXXtttt))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XtErrorMsg, XtSetErrorMsgHandler, XtWarningMsg,
  10.           XtSetWarningMsgHandler - high-level error handlers
  11.  
  12.      SSSSYYYYNNNNTTTTAAAAXXXX
  13.           void XtErrorMsg(_n_a_m_e, _t_y_p_e, _c_l_a_s_s, _d_e_f_a_u_l_t,  _p_a_r_a_m_s,
  14.           _n_u_m__p_a_r_a_m_s)
  15.               String _n_a_m_e;
  16.               String _t_y_p_e;
  17.               String _c_l_a_s_s;
  18.               String _d_e_f_a_u_l_t;
  19.               String *_p_a_r_a_m_s;
  20.               Cardinal *_n_u_m__p_a_r_a_m_s;
  21.  
  22.           void XtSetErrorMsgHandler(_m_s_g__h_a_n_d_l_e_r)
  23.                 XtErrorMsgHandler _m_s_g__h_a_n_d_l_e_r;
  24.  
  25.           void XtSetWarningMsgHandler(_m_s_g__h_a_n_d_l_e_r)
  26.                 XtErrorMsgHandler _m_s_g__h_a_n_d_l_e_r;
  27.  
  28.           void XtWarningMsg(_n_a_m_e, _t_y_p_e, _c_l_a_s_s, _d_e_f_a_u_l_t, _p_a_r_a_m_s,
  29.           _n_u_m__p_a_r_a_m_s)
  30.               String _n_a_m_e;
  31.               String _t_y_p_e;
  32.               String _c_l_a_s_s;
  33.               String _d_e_f_a_u_l_t;
  34.               String *_p_a_r_a_m_s;
  35.               Cardinal *_n_u_m__p_a_r_a_m_s;
  36.  
  37.      AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
  38.           _c_l_a_s_s     Specifies the resource class.
  39.  
  40.           _d_e_f_a_u_l_t   Specifies the default message to use.
  41.  
  42.           _n_a_m_e      Specifies the general kind of error.
  43.  
  44.           _t_y_p_e      Specifies the detailed name of the error.
  45.  
  46.           _m_s_g__h_a_n_d_l_e_r
  47.                     Specifies the new fatal error procedure, which
  48.                     should not return or the nonfatal error procedure,
  49.                     which usually returns.
  50.  
  51.           _n_u_m__p_a_r_a_m_s
  52.                     Specifies the number of values in the parameter
  53.                     list.
  54.  
  55.           _p_a_r_a_m_s    Specifies a pointer to a list of values to be
  56.                     stored in the message.
  57.  
  58.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  59.           The _X_t_E_r_r_o_r_M_s_g function has been superceded by
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 4/30/98)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      XXXXttttEEEErrrrrrrroooorrrrMMMMssssgggg((((3333XXXXtttt))))    XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....3333))))     XXXXttttEEEErrrrrrrroooorrrrMMMMssssgggg((((3333XXXXtttt))))
  71.  
  72.  
  73.  
  74.           _X_t_A_p_p_E_r_r_o_r_M_s_g.
  75.  
  76.           The _X_t_S_e_t_E_r_r_o_r_M_s_g_H_a_n_d_l_e_r function has been superceded by
  77.           _X_t_A_p_p_S_e_t_E_r_r_o_r_M_s_g_H_a_n_d_l_e_r.
  78.  
  79.           The _X_t_S_e_t_W_a_r_n_i_n_g_M_s_g_H_a_n_d_l_e_r function has been superceded by
  80.           _X_t_A_p_p_S_e_t_W_a_r_n_i_n_g_M_s_g_H_a_n_d_l_e_r.
  81.  
  82.           The _X_t_W_a_r_n_i_n_g_M_s_g function has been superceded by
  83.           _X_t_A_p_p_W_a_r_n_i_n_g_M_s_g
  84.  
  85.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  86.           _X _T_o_o_l_k_i_t _I_n_t_r_i_n_s_i_c_s - _C _L_a_n_g_u_a_g_e _I_n_t_e_r_f_a_c_e
  87.           _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                          (printed 4/30/98)
  130.  
  131.  
  132.  
  133.